home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / pixplay / pixplay.exe / {app} / PixPlay.exe / 0 / RCDATA / TDLGCDINFO / TDLGCDINFO.txt
Text File  |  2004-12-09  |  3KB  |  158 lines

  1. object dlgCDInfo: TdlgCDInfo
  2.   Left = 394
  3.   Top = 325
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Device Capabilities'
  9.   ClientHeight = 126
  10.   ClientWidth = 262
  11.   Color = clBtnFace
  12.   Font.Charset = ANSI_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Tahoma'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 262
  25.     Height = 21
  26.     Align = alTop
  27.     AutoSize = False
  28.     Caption = ' Label1'
  29.     Layout = tlCenter
  30.   end
  31.   object Panel2: TPanel
  32.     Left = 0
  33.     Top = 22
  34.     Width = 261
  35.     Height = 117
  36.     BevelOuter = bvLowered
  37.     Enabled = False
  38.     TabOrder = 0
  39.     object Label2: TLabel
  40.       Left = 8
  41.       Top = 85
  42.       Width = 121
  43.       Height = 13
  44.       AutoSize = False
  45.       Caption = 'Label2'
  46.     end
  47.     object Label3: TLabel
  48.       Left = 134
  49.       Top = 85
  50.       Width = 123
  51.       Height = 13
  52.       AutoSize = False
  53.       Caption = 'Label3'
  54.     end
  55.     object ReadCDR: TCheckBox
  56.       Left = 6
  57.       Top = 4
  58.       Width = 112
  59.       Height = 17
  60.       Alignment = taLeftJustify
  61.       Caption = 'Read CDR'
  62.       TabOrder = 0
  63.     end
  64.     object ReadCDRW: TCheckBox
  65.       Left = 6
  66.       Top = 20
  67.       Width = 112
  68.       Height = 17
  69.       Alignment = taLeftJustify
  70.       Caption = 'Read CDRW'
  71.       TabOrder = 1
  72.     end
  73.     object WriteCDR: TCheckBox
  74.       Left = 132
  75.       Top = 4
  76.       Width = 120
  77.       Height = 17
  78.       Alignment = taLeftJustify
  79.       Caption = 'Write CDR'
  80.       TabOrder = 2
  81.     end
  82.     object WriteCDRW: TCheckBox
  83.       Left = 132
  84.       Top = 20
  85.       Width = 120
  86.       Height = 17
  87.       Alignment = taLeftJustify
  88.       Caption = 'Write CDRW'
  89.       TabOrder = 3
  90.     end
  91.     object chkUnderrunProtection: TCheckBox
  92.       Left = 132
  93.       Top = 68
  94.       Width = 120
  95.       Height = 17
  96.       Alignment = taLeftJustify
  97.       Caption = 'Underun Protection'
  98.       TabOrder = 4
  99.     end
  100.     object ReadDVD: TCheckBox
  101.       Left = 6
  102.       Top = 36
  103.       Width = 112
  104.       Height = 17
  105.       Alignment = taLeftJustify
  106.       Caption = 'Read DVD'
  107.       TabOrder = 5
  108.     end
  109.     object ReadDVDR: TCheckBox
  110.       Left = 6
  111.       Top = 52
  112.       Width = 112
  113.       Height = 17
  114.       Alignment = taLeftJustify
  115.       Caption = 'Read DVD-R'
  116.       TabOrder = 6
  117.     end
  118.     object ReadDVDRAM: TCheckBox
  119.       Left = 6
  120.       Top = 68
  121.       Width = 112
  122.       Height = 17
  123.       Alignment = taLeftJustify
  124.       Caption = 'Read DVD-RAM'
  125.       TabOrder = 7
  126.     end
  127.     object WriteDVDR: TCheckBox
  128.       Left = 132
  129.       Top = 36
  130.       Width = 120
  131.       Height = 17
  132.       Alignment = taLeftJustify
  133.       Caption = 'Write DVD-R'
  134.       TabOrder = 8
  135.     end
  136.     object WriteDVDRAM: TCheckBox
  137.       Left = 132
  138.       Top = 52
  139.       Width = 120
  140.       Height = 17
  141.       Alignment = taLeftJustify
  142.       Caption = 'Write DVD-RAM'
  143.       TabOrder = 9
  144.     end
  145.   end
  146.   object Button1: TButton
  147.     Left = 268
  148.     Top = 112
  149.     Width = 75
  150.     Height = 25
  151.     Cancel = True
  152.     Caption = 'Close'
  153.     TabOrder = 1
  154.     TabStop = False
  155.     OnClick = Button1Click
  156.   end
  157. end
  158.